Open
Conversation
added 2 commits
March 27, 2026 09:21
…into users/gwharris7/update-tooling-manifests
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates MCP tooling manifest files across sample agents so they align with the current a365 develop add-mcp-servers {server_name} output format.
Changes:
- Add
url,scope, andaudiencefields to Python sampleToolingManifest.jsonfiles (MailTools). - Normalize/expand Node.js and .NET sample
ToolingManifest.jsonfiles to includemcpServerUniqueName,url,scope, andaudience(and consistent formatting).
Reviewed changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| python/openai/sample-agent/ToolingManifest.json | Adds MCP server connection metadata (url/scope/audience) for MailTools. |
| python/google-adk/sample-agent/ToolingManifest.json | Adds MCP server connection metadata (url/scope/audience) for MailTools. |
| python/agent-framework/sample-agent/ToolingManifest.json | Adds MCP server connection metadata (url/scope/audience) for MailTools. |
| nodejs/openai/sample-agent/ToolingManifest.json | Formatting normalization; preserves MailTools + CalendarTools entries with full metadata. |
| nodejs/langchain/sample-agent/ToolingManifest.json | Expands manifest from name-only to full metadata for MailTools. |
| nodejs/claude/sample-agent/ToolingManifest.json | Formatting normalization; preserves MailTools + WordServer entries with full metadata. |
| dotnet/semantic-kernel/sample-agent/ToolingManifest.json | Expands manifest from name-only to full metadata for MailTools (and normalizes formatting). |
| dotnet/agent-framework/sample-agent/ToolingManifest.json | Expands manifest from name-only to full metadata for MailTools (and normalizes formatting). |
sellakumaran
approved these changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated tooling manifest files to match the output from the
a365 develop add-mcp-servers {server_name}command.